home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / graphics / artpacks / bm9_0796 / bv.doc < prev    next >
Text File  |  1996-06-30  |  10KB  |  211 lines

  1.  
  2.  
  3.           BLOODVIEW SPECIAL BLACK MAIDEN EDITION (bugfixed)
  4.  
  5.             CODE BY JEY^BLOOD - ANSI GFX BY TRICYCLE^BLOOD
  6.  
  7.  
  8. ┌────────────────────────────-───-─-─-─---─--∙- ∙· ·
  9. │ What's BloodView?
  10. └────────────────────────────-───-─-─-─---─--∙- ∙· ·
  11.  
  12. With bloodview you can softscroll thru "ANSI" textfiles. However, you 
  13. can  use it to view  any  kind  of  textfile  but  don't forget  that 
  14. BloodView was made for viewing ANSI-files with more than 25 lines. so 
  15. don't get jerky if bv doesn't load your non-ANSI-textfiles correctly! 
  16. BloodView should display the files exactly as  the "TYPE" DOS command 
  17. does (with ANSI.SYS installed)  except that BloodView  has  some more 
  18. features.
  19.  
  20. ┌────────────────────────────-───-─-─-─---─--∙- ∙· ·
  21. │ Black Maiden edition?
  22. └────────────────────────────-───-─-─-─---─--∙- ∙· ·
  23.  
  24. This is a special version for  Black Maiden  which includes some new
  25. features. It is a part of the Black Maiden Art Pack.  Of course, you 
  26. may use it for every  ANSI  you  want  but please  don't spread this  
  27. edition seperately...
  28.  
  29. ┌────────────────────────────-───-─-─-─---─--∙- ∙· ·
  30. │ Bugfixed?  
  31. └────────────────────────────-───-─-─-─---─--∙- ∙· ·
  32.  
  33. The last Bloodview BM edition was  full of bugs.  This is because it
  34. was done in a  "quick'n'dirty" way.  I had not much time  to include 
  35. all functions and I had virtually no time to test them.
  36. This bugfixed version has been running o.k. for some time  and there 
  37. shouldn't be too many bugs left in it. However, I had to remove some
  38. functions, which were not working yet.  And I am currently bothering
  39. with the 3.0  Version  which is completely different from the former
  40. versions and which will be released ..well .. as soon as it's ready,
  41. sooner or later. Hope it works o.k. this time!
  42.  
  43. ┌────────────────────────────-───-─-─-─---─--∙- ∙· ·
  44. │ how to run Bloodview
  45. └────────────────────────────-───-─-─-─---─--∙- ∙· ·
  46.  
  47. There's not much to say about that! You can either run  "BV"  without
  48. any parameters  or you can specify the filename of the file you wanna 
  49. view as a commandline parameter.
  50.  
  51. ┌────────────────────────────-───-─-─-─---─--∙- ∙· ·
  52. │ features n' extras
  53. └────────────────────────────-───-─-─-─---─--∙- ∙· ·
  54.  
  55. Here's a short overview of all the "switches" you can turn on or off:
  56.  
  57. EGA MODE       - EGA MODE is a video  mode where every text character
  58.                  is 8 pixels wide.  Most ANSIs look much  cooler with
  59.                  EGA MODE turned on.
  60.  
  61. ICECOLOR MODE  - if enabled the blinking is disabled and you have  16
  62.                  background colors instead (used in some ANSIs).
  63.  
  64. SAUCE          - SAUCE   stands   for:   "Standard  Architecture  For
  65.                  Universal  Comment  Extensions"  It's  an  extension 
  66.                  to every file  which  contains  the  title,  author, 
  67.                  group,  and  some  extra information about the file. 
  68.                  SAUCE  was  developed  by ACID and is e.g. supported 
  69.                  by AcidDraw.
  70.                  If turned on  BloodView reads the SAUCE  information
  71.                  and  displays  the name,  author,  and group of each
  72.                  file while displaying the file.
  73.                  Also, if ANSI or PCBOARD  mode is turned off but the
  74.                  SAUCE-info  indicates  that  a  file does use PCB or 
  75.                  ANSI  codes  or  that it  contains  binary  data  it 
  76.                  automatically switches to the correct mode.
  77.  
  78. ANSI CODES     - toggles ANSI code support on/off
  79.  
  80. PCBOARD MACROS - toggles  PCBOARD  macro  support  on/off.  I did not
  81.                  implement all PCBOARD macros. So please  don't whine
  82.                  when you find out that e.g. @LASTCALLERNODE@  is not
  83.                  supported. I didn't want to "waste"  memory  for all
  84.                  possible PCBOARD macros.
  85.  
  86. READ BINARY    - if set to "YES" all files with  a  ".BIN"  extension
  87.                  will be loaded as binary files.
  88.                  if set to "ALWAYS"  all  files  will  be  treated as
  89.                  binary files no matter of what extension.
  90.                  if set to "NO", no files will be treated as binary.
  91.  
  92. EOF CHECKING   - if enabled BloodView  immediately  stops reading and
  93.                  truncates a file when reading an EOF (=end of file)
  94.                  character (1Ah)
  95.  
  96. OPEN ARCHIVES  - if set to "YES", you can "OPEN" and look into packed
  97.                  archives (ARJ, ZIP, LZH, RAR). If you select one  of
  98.                  the packed files BloodView automatically unpacks the
  99.                  corresponding   archive   by  running  the  external
  100.                  unpacker utility.
  101.                  If set to  "ALWAYS"  BloodView  automatically  opens
  102.                  all archives in the current directory.
  103. ASK WIDTH        specifies, when to ask the user for the screen width
  104.                  if set to BIN, BV  will only  ask  for the width, if 
  105.                  you are opening a  ".BIN" file. If set to always, BV
  106.                  will ask  when opening  any  file.  If set to NO, BV
  107.                  will assume 80 columns for every file.
  108.  
  109. NOTE: Some settings will be ignored, if a file has a  SAUCE-Info.  In 
  110.       this case, the  settings will be taken from the SAUCE Info - no
  111.       matter if they're correct or not. I noticed that  sometimes the 
  112.       SAUCE contains bad  information.  The only way  to  view  these 
  113.       files correctly is to turn SAUCE Mode off or  to  fix  the  bad
  114.       information. What sense does it make to have such a great thing
  115.       like a SAUCE-info if you can't rely on it?!
  116.  
  117. ┌────────────────────────────-───-─-─-─---─--∙- ∙· ·
  118. │ QuickSearch                 
  119. └────────────────────────────-───-─-─-─---─--∙- ∙· ·
  120.  
  121. To quickly locate a file  in the fileselector  type the first letters
  122. of the file  you are looking for.  There's nothing more to say  about
  123. this, it should be quite easy to figure out.
  124.  
  125. ┌────────────────────────────-───-─-─-─---─--∙- ∙· ·
  126. │ how to configure BloodView
  127. └────────────────────────────-───-─-─-─---─--∙- ∙· ·
  128.  
  129. BV.INI is a textfile  to  configure  BloodView  and  set  the default
  130. values  for  some  functions.  Each  line in this file must look like
  131. this:
  132.  
  133. [switch] = [value]
  134.  
  135. any comments must start with a ";" character!
  136.  
  137.  
  138.  switch       │ values          │ description
  139. ──────────────│───────────────────────────────────────────────────────
  140. "EGAMODE"     │ YES, NO         │ default value for the EGA MODE
  141. ────────────────────────────────│─────────────────────────────────────
  142. "ICECOLOR"    │ YES, NO         │ default value for ICECOLOR MODE
  143. ──────────────│───────────────────────────────────────────────────────
  144. "SAUCE"       │ YES, NO         │ default value for SAUCE SUPPORT
  145. ────────────────────────────────│─────────────────────────────────────
  146. "ANSI"        │ YES, NO         │ default value for ANSI code support
  147. ──────────────│───────────────────────────────────────────────────────
  148. "PCB"         │ YES, NO         │ default value for PCB macro support
  149. ────────────────────────────────│─────────────────────────────────────
  150. "BINARY"      │ YES, NO, ALWAYS │ default value for binary files
  151. ──────────────│───────────────────────────────────────────────────────
  152. "CHECKEOF"    │ YES, NO         │ default value for EOF checking
  153. ────────────────────────────────│─────────────────────────────────────
  154. "OPENARCHIVES"│ YES, NO, ALWAYS │ default value for OPEN ARCHIVES
  155. ──────────────│───────────────────────────────────────────────────────
  156. "ELITEFONT"   │ YES, NO         │ turns the "εLiTεFo∩T" on or off by
  157.               │                 │ default.
  158. ────────────────────────────────│─────────────────────────────────────
  159. "SPEED"       │ LAME, SLOW,     │ sets the default scrolling speed
  160.               │ NORMAL, FAST,   │
  161.               │ WARP            │
  162. ─────────────────────────────── │─────────────────────────────────────
  163. "USER"        │ <Text>          │ sets the username (used by some 
  164.               │                 │ PCBOARD macros
  165. ──────────────│───────────────────────────────────────────────────────
  166. "SWAPDIRINFO" │ YES, NO         │ swaps the current directory list to
  167.               │                 │ disk while viewing the  ANSI.  This
  168.               │                 │ takes only little  disk  space  but
  169.               │                 │ improves the  speed.  Turning  this
  170.               │                 │ off is extremely lame, so don't  do
  171.               │                 │ it. ;)
  172. ─────────────────────────────── │─────────────────────────────────────
  173. "ASKWIDTH"    │ BIN, ALL, NO    │ sets the default for "ASK WIDTH"   
  174.               │                 │ (see "features 'n extras")        
  175. ──────────────│───────────────────────────────────────────────────────
  176. "STARTUPPATH" │ <Text>          │ sets the startup path, i.e. the  
  177.               │                 │ directory to show first, when BV has 
  178.               │                 │ been loaded.                           
  179. ─────────────────────────────── │─────────────────────────────────────
  180. "SORTFILES"   │ YES, NO         │ if turned off, the filelist will  
  181.               │                 │ remain unsorted. There is a little
  182.               │                 │ "Bug", if you open an archive in an
  183.               │                 │ unsorted list, the contents will be
  184.               │                 │ appended at the very end of the list
  185.               │                 │ Sorry, but I did this in a hurry and
  186.               │                 │ had no time to "fix" this.
  187.  
  188.  
  189. ┌────────────────────────────-───-─-─-─---─--∙- ∙· ·
  190. │ Creditz
  191. └────────────────────────────-───-─-─-─---─--∙- ∙· ·
  192.  
  193. Thanks to Tricycle, Buster and Raven for docs and inspirations.
  194. Thanks to Tiger^Vdo for reporting the palette "bug" that occured
  195. on some VGA adaptors
  196. Thanks to all beta-testers and other people (especially to all 
  197. ANSI.GER-guys) for bug-reports and for inspirations and suggestions 
  198. about future versions of BV.
  199. Special thanx to Tricycle for the KEWL ANSIs !
  200.  
  201. bug reports & any suggestions for future versions welcome!
  202.  
  203. Coming soon: BV 3.0 - lots of more features, completly new designed
  204.                       and hopefully quite bugfree.
  205.  
  206. JEY
  207. (29 Mar 1996)
  208.  
  209. e-mail  : h.rust@trilos.han.de
  210. fido    : 2:2437/901.18
  211.